home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / FILEUTIL / SHUTFILE / Shutfile / !Help next >
Text File  |  1997-10-07  |  2KB  |  44 lines

  1. shutfile command line cutility <= ie. a cute utility :-)
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. (c) Musus Umbra 1996
  5.  
  6. Permission is granted for unlimited personal use & modification.
  7.  
  8. Permission is granted for redistribution (by any method) provided that:
  9.     No charge is made for this software.  A reasonable charge may be
  10.         made for media / handling / etc. This software is *free*.
  11.     Any distributed copy of this software must be unaltered and entire.
  12.         You may not distribute modified / imcomplete copies of this
  13.         software.  If you fix a bug / add a feature, let me know so
  14.         that I can update the master copy.
  15.  
  16. As usual with freeware, there is no warranty of any kind.  The author cannot
  17. be help responsible for any loss/damage arising from the use/inability to
  18. use this software.  It is the user's responsibility to determine the fitness
  19. of this software for any purpose they put it to.
  20.  
  21. (But if it doesn't work, I will try to help :-)
  22.  
  23.  
  24. Shutfile
  25. ~~~~~~~~
  26.     Shutfile allows you to close a named file (if the file is open more than
  27. once, each 'handle' will be closed).  Without any arguments, shutfile gives a
  28. list of all the open file handles, and the file associated with them.  The
  29. arguments should be valid pathnames, and will be canonicalised.
  30.     Syntax: Shutfile {<pathname>}
  31.     egs:
  32.         *shutfile %.fred    close 'fred' in the current library
  33.         *shutfile tim*        close 'tim*' in the CSD (NB: only the
  34.                     first tim* matched is closed)
  35.         *shutfile        display all open file names/handles
  36.         *shutfile root:fred jim:sheila
  37.         *shutfile <wimp$scrap>
  38.  
  39.  
  40. Contact:
  41.     e-mail:        musus@argonet.co.uk
  42.     WWW:        http://www.argonet.co.uk/users/musus/
  43.     Snail:        c/o 23 Baronsway, Whitkirk, Leeds, LS15 7AW, ENGLAND.
  44.